home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Wb / Magicflush.readme < prev    next >
Encoding:
Text File  |  2003-02-24  |  3.1 KB  |  111 lines

  1. Short:    Flush memory every 2 seconds
  2. Author:   alecosnet@inwind.it (Alessandro Marinuzzi)
  3. Uploader: alecosnet@inwind.it (Alessandro Marinuzzi)
  4. Version:  1.2
  5. Type:     util/wb
  6. Date:     09.02.2003
  7. Requires: KeyPressed (here included)
  8.  
  9. ================================================================================
  10.  
  11.  
  12.     INTRODUCTION:
  13.     =============
  14.     
  15.     I wrote this little script in order to gain the memory used by the tasks but
  16.     not deallocated so my  Amiga every time after using an application was using
  17.     a small amount of memory instead of the total available. I found  most tools
  18.     for this purpose but I was not satisfied! For this reason I decided to write
  19.     this useful and simple script... MagicFlush is born!!! :) Now I have decided
  20.     to give MagicFlush to the Amiga community. I sincerely hope you will find my
  21.     MagicFlush very useful :-)
  22.  
  23.  
  24.     REQUIREMENTS:
  25.     =============
  26.     
  27.     · Any Amiga
  28.     · KeyPressed in C: (Included)
  29.     
  30.     FEATURES:
  31.     =========
  32.  
  33.     · very safe
  34.     · modifiable using a simple text editor
  35.     · very very simple
  36.     · uses the commands Avail and Wait
  37.     · may be killed keeping pressed the key F6 for 4 seconds
  38.  
  39.     INSTALLATION:
  40.     =============
  41.  
  42.     Simply you have to:
  43.     · copy KeyPressed to C:
  44.     · copy MagicFlush to Sys:WBStartup
  45.     · reboot your Amiga
  46.  
  47.     HISTORY:
  48.     ========
  49.     
  50.     · 1.0 - Internal:
  51.       » MagicFlush uses Avail and Wait as C:Avail and C:Wait. Stupid way ;-)
  52.     · 1.1 - Internal:
  53.       » MagicFlush makes resident Avail and Wait so there is no HD access during
  54.         its job and so works very fine and fast
  55.       » added a simple control within the loop in order to quit MagicFlush
  56.     · 1.2 - Public:
  57.       » now MagicFlush uses the small command KeyPressed in order to quit
  58.       
  59.  
  60.     AUTOR:
  61.     ======
  62.  
  63.     Alecos ->  Fullname: Alessandro Marinuzzi
  64.                Address:  Via Torre Pilo n.14/c
  65.                City:     Palermo
  66.                ZipCode:  90151
  67.                Country:  Italy
  68.     
  69.     E-Mail:    alecosnet@inwind.it
  70.     Web:       under construction
  71.  
  72.  
  73.     MY AMIGA CONFIGURATION:
  74.     =======================
  75.  
  76.     · Amiga Model:    A4000/040
  77.     · Graphic Board:  CyberVision64/3D
  78.     · Monitor:        Digital 15 inch
  79.     · Speakers:       2 - 240 W
  80.     · Hard Disk:      8,4 GB
  81.     · CDROM-Writer:   48x16x48
  82.     · FloppyDisk:     DD 3,5
  83.     · Analogic Modem: 56k Flex V.90
  84.     · Mouse:          Manhattan
  85.     · Joystick:       Transparent-Coloured (like Apple)
  86.     · Printer:        CanonBJEC 240
  87.     · Fast Mem:       16 MB
  88.     · Graphic Mem:    2 + 4 MB
  89.     · AmigaOS:        3.9
  90.     · ROM:            3.1
  91.     · GraphicOS:      CyberGraphX4
  92.     · SoundOS:        Ahi.
  93.  
  94.  
  95.     STATUS:
  96.     =======
  97.     
  98.     MagicFlush is Public Domain
  99.  
  100.  
  101.     DISCLAIMER:
  102.     ===========
  103.  
  104.     THIS  SOFTWARE IS  PROVIDED "AS IS", WITHOUT  WARRANTY  OF ANY  KIND, EITHER
  105.     EXPRESSED  OR IMPLIED, OR OTHERWISE. BY USING THIS  SOFTWARE, YOU ACCEPT THE
  106.     ENTIRE  RISK. ALESSANDRO MARINUZZI  SHALL BE  NOT LIABLE  FOR ANY  DIRECT OR
  107.     INDIRECT  DAMAGE, INCLUDING DAMAGE FOR ANY  DATA OR INFORMATION WHICH MAY BE
  108.     LOST.
  109.  
  110. ================================================================================
  111.